home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFREPORT / TFREPORT.txt
Text File  |  2006-04-19  |  1KB  |  74 lines

  1. object fReport: TfReport
  2.   Left = 210
  3.   Top = 117
  4.   Width = 655
  5.   Height = 399
  6.   Caption = 'Report'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel: TPanel
  18.     Left = 0
  19.     Top = 332
  20.     Width = 647
  21.     Height = 33
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object btnSave: TButton
  26.       Left = 88
  27.       Top = 6
  28.       Width = 72
  29.       Height = 22
  30.       Caption = '&Save'
  31.       TabOrder = 0
  32.       OnClick = btnSaveClick
  33.     end
  34.     object btnPrint: TButton
  35.       Left = 168
  36.       Top = 6
  37.       Width = 72
  38.       Height = 22
  39.       Caption = '&Print'
  40.       TabOrder = 1
  41.       OnClick = btnPrintClick
  42.     end
  43.     object btnClose: TButton
  44.       Left = 8
  45.       Top = 6
  46.       Width = 72
  47.       Height = 22
  48.       Cancel = True
  49.       Caption = '&Close'
  50.       Default = True
  51.       ModalResult = 2
  52.       TabOrder = 2
  53.     end
  54.   end
  55.   object RichEdit: TRichEdit
  56.     Left = 0
  57.     Top = 0
  58.     Width = 647
  59.     Height = 332
  60.     Align = alClient
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -13
  64.     Font.Name = 'Courier New'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     PlainText = True
  68.     ReadOnly = True
  69.     ScrollBars = ssBoth
  70.     TabOrder = 1
  71.     WordWrap = False
  72.   end
  73. end
  74.